* {margin:0;padding:0;font-family:Arial,Helvetica,Verdana,'Microsoft YaHei';}
body{overflow-x:hidden;position:relative;font-size:12px;}
@media(min-width:992px) {
    body {font-size:14px;}
}
@media(min-width:1200px) {
    body {font-size:16px;}
}
ul,ol{margin:0;padding:0;list-style: none;}
.relative {position:relative;}
.absolute {position:absolute;}
.bold {font-weight: bold;}
.block {display:block;}
.center {margin:0 auto;}
.t_j {text-align: justify!important;}
.max-width-450 {max-width:450px;}
.max-width-600 {max-width:600px;}
.p10 {padding-top:10px;padding-bottom:10px;}
.p20 {padding-top:20px;padding-bottom:20px;}
.p-20 {padding-left:20px;padding-right:20px;}
.f12 {font-size:12px;}
.f32 {font-size:32px;}
.big {font-size:4.5rem;font-weight: bold;color:#034e95;}
a {color:inherit;text-decoration:none!important;cursor :pointer;outline: none; 
   transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;-o-transition: all 0.5s;}
a:hover {color:inherit;}
.transition1s{ transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s; }
.color {color:#034e95;}/*文字主色调*/
.color-b {color:#034e95;}/*文字主色调*/
.bg-color {background-color: #034e95;} /*背景主色调*/
.clear {clear:both;}
.text-truncate {white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
/*隐藏手机端分页多余换行元素*/
@media(max-width:767px) {
  .de-page-mian .page-inner a {margin-right:0!important;}
  .de-page-mian span,.de-page-mian input,.de-page-mian .page-btn,.de-page-mian .prev,.de-page-mian .next {display:none!important;}
}
/*------------通用分隔符------------*/
@font-face {
  font-family: 'iconfont';  /* project id 2005099 */
  src: url('//at.alicdn.com/t/font_2005099_fb3abeqhxyn.eot');
  src: url('//at.alicdn.com/t/font_2005099_fb3abeqhxyn.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2005099_fb3abeqhxyn.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2005099_fb3abeqhxyn.woff') format('woff'),
  url('//at.alicdn.com/t/font_2005099_fb3abeqhxyn.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2005099_fb3abeqhxyn.svg#iconfont') format('svg');
}
.ali-icon { font-family: 'iconfont';font-style: normal;}
@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_hk2xb08v8gd.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_hk2xb08v8gd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_hk2xb08v8gd.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_hk2xb08v8gd.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_hk2xb08v8gd.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_hk2xb08v8gd.svg#after') format('svg'); /* iOS 4.1- */
}
.ali-font {font-family: 'webfont';}

.imgbox {height:100%;overflow:hidden;position:relative;}
.imgbox:after {content:'';padding-top:75%;display:block;}
.imgbox img {height:100%;/*width:100%;*/position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s all;}
.imgbox img:hover {transform:translate(-50%,-50%) scale(1.1);transition:.36s all;}

.more {padding-top:30px;text-align:center;font-size:14px;color:#888;}

.header {background-color:#f2f2f2;padding:10px 0;overflow: hidden;}
.header .row {align-items: center;display: flex;}
.top_bar {color:#888;font-size:14px;background-color:#f7f7f7;height: 40px;line-height: 40px;border-bottom: 1px solid #ededed;}
.logo {display:flex;align-items: center;white-space: nowrap;}
.logo img {max-height:90%;max-width:95%;}
.logo .t1 {color:#000;font-size:18px;}
.logo .t2 {color:#666666;}
.top_tel {position:relative;font-size:16px;display:flex;align-items: flex-end;justify-content: flex-end;}
.top_tel b {color:#41a742;font-size:26px;line-height: 26px;font-family:Arial;margin-top:5px;display:block;}
.top_tel-img {font-size:14px;color:#666666;padding-left:30px;display:flex;align-items: center;}
.top_tel-img img {height:80px;}
@media(max-width:991px) {
	.header {padding:15px 0;}
}
@media (max-width:767px) {
}
@media (min-width:768px) {
    .header {padding: 20px 0;}
}
@media(min-width:992px) {
    .logo {margin-left:-15px;}
    .logo .t1 {font-size:28px;}
}
@media(min-width:1200px) {
    .logo .t1 {font-size:32px;}
}
@media(min-width:1601px) {
    .logo .t1 {font-size:35px;}
    .logo .t2 {font-size:17px;}
}

.in_banner {text-align:right;color:#fff;position:relative;overflow:hidden;width:100%; z-index:8;}
.banner_bg {width:100%;position:relative;}
.banner_bg img {width:100%;position:relative;left:50%;transform:translateX(-50%);}
.page_tag {text-align:center;position:absolute;left:50%;bottom:30px;transform: translateX(-50%);text-shadow: 2px 2px 2px #000;}
@media(max-width:767px) {
    .banner_bg img {width:140%;}
}
@media(min-width:1440px) {
    .in_banner {transform: translateY(-80px);}
}

.menu {    /*background: #f2f2f2;*/position: relative;z-index: 99;height:80px;}
.menu .container {padding:0;}
.menu ul {display:flex;color:#fff;background:#034e95 url(../images/menu_bg.jpg);font-size:16px;padding: 0;}
.menu li {flex:1;text-align:center;}
.menu li a {line-height:80px;display:block;height:80px;}
.menu li a:hover {background:#41a742;}
.menu li.active {display:block;background:#41a742;}
@media(max-width:1199px) {
    .menu .container {width:100%;margin:0 auto;}
}
@media (max-width:767px) {
    .menu .container {padding:0;}
    .menu ul {flex-wrap:wrap;}
    .menu li {flex-basis:25%;}
    .menu li a {font-size: 14px;line-height:40px;height:40px;}
    #m_menu li a {line-height: 40px;}
}
@media (min-width:768px) {
    #m_menu li a {line-height: 60px;}
}

/*手机主导航*/
.m_menu {right:10px;text-align: right;    padding: 0;margin: 0;}
.m_menu:hover {opacity:0.7;}
.m_panel {background:rgba(0,0,0,0.7);display:none;position:fixed;height:100%;width:100%;z-index:99999;right:0;top:0;}
#m_menu {width:0;height:100%;background-color:#fff;float:right;}
#m_menu li {width:100%;/*background-color:#fff;*/ }
#m_menu li img {max-width:80%;display:block;margin:20px auto;}
#m_menu li:first-child,#m_menu li:last-child {height:80px;width:100%;background:#fff;padding:20px 15px; }
#m_menu li:last-child b {display:block;line-height:40px;text-align: center;font-size:20px;    color: #034e95;}
#m_menu li a {white-space:nowrap;line-height:45px;text-align:center;font-size:16px;color:#000;width:100%;display:block;}
#m_menu li a:hover {background:#034e95;color:#fff;}
#m_menu li.active a{background:#034e95;color:#fff;}
.m_logo {font-size:24px;font-weight:bold;line-height:32px;padding-top:30px;text-align:center;}
/*手机主导航*/


.index-01 {padding-top:35px;padding-bottom:20px;}
.index-01 .title {background:url(../images/title_01_bg.png) center no-repeat;color:#000;font-size:28px;text-align:center;}
.index_01_left {padding-bottom:25px;}
.index_01_left .pro_type {line-height: 38px;margin-top:20px;}
.index_01_left .pro_type:after {content:'';display:block;clear:both;}
.index_01_left .pro_type li {text-overflow:ellipsis;white-space: nowrap;}
.index_01_left .pro_type li:hover {background-color:#034e95;}
.index_01_left .pro_type li a {display:block;}
.index_01_left .pro_type li a i {font-family:'宋体';font-style:normal;}
.index_01_left .pro_type li:hover a {color:#fff;}
.index_01_right li div {overflow:hidden;border: 1px solid #dcdcdc;border-bottom:none;}
/*.index_01_right li img {width:100%;}*/
.index01_tit {background:#034e95;color:#fff;text-align:center;padding:17.5px;font-size:15px;display:block;text-overflow:ellipsis;white-space: nowrap;}
.index_01_right li:hover .index01_tit {background:#41a742;}
.index01-more {text-align:center;padding-top:0;font-size:14px;color:#888888;margin-top: 25px;}
@media(max-width:767px) {
    .index_01_left {margin-left: -20px;}
    .index01_tit {padding:5px;}
}
@media (min-width:1200px) {
    .index-01 {padding-bottom:40px;}
    .index_01_left .pro_type li {margin-top:10px;}
}
@media (min-width:1601px) {
    .index-01 {padding-top:45px;padding-bottom:50px;}
}

.index_02 {padding-top:75px;padding-bottom:70px;background: url(../images/in02_bg.jpg) no-repeat top center;}
.in_title_02 {color:#fff;font-size:16px;padding-bottom:20px;text-align:center;line-height:55px;}
.in_title_02 b {color:#fff;font-size:22px;}
.index_02_content .swiper-slide {background: #fff;}
.index02-txtbox {padding:30px;}
.index02-txtbox h2 {font-size:24px;}
.index02-txtbox p {line-height: 32px;}
.index02-imgbox img {max-width:100%;}
.index02-imgbox {padding:0;}
@media(max-width:767px) {
    .index_02 {padding-bottom: 0;}
    .index_02 {padding-top:35px;}
    .index_02_content .swiper-slide img {width:100%;}
    .in_title_02 {font-size:14px;line-height: 35px;}
}
@media(min-width:992px) {
    .index02-txtbox {padding:60px;}
    .index02-txtbox span {font-size:20px;}
    .index02-txtbox h2 {font-size:32px;font-weight:bold;margin:20px 0;}
    .in_title_02 b {font-size:28px;line-height: 40px;}
}
@media(min-width:1200px) {
    .index02-txtbox {padding-top:80px;}
    .in_title_02 span {font-size:24px;}
    .in_title_02 b {font-size:36px;line-height: 48px;}
}
@media(min-width:1601px) {
    .in_title_02 b {font-size:42px;line-height: 55px;}
}

.index_02_content .hd {position:absolute;bottom:10%!important;left:5%!important;}
.index_02_content .hd li {font-size:0;background:url(../images/li.png) no-repeat;width:14px;height:14px;margin-right:10px;float:left;}
.index_02_content .hd .on {background:url(../images/li_hover.png);}
.index_02_content .hd li:hover {background:url(../images/li_hover.png);}
.index_02_content .p_prev {z-index: 99;position:absolute;left:50%;transform:translateX(-100%);bottom:10%; background:url(../images/prev_bg.jpg) no-repeat center;width:84px;height:75px;}
.index_02_content .p_next {z-index: 99;position:absolute;left:50%;bottom:10%;background:url(../images/next_bg.jpg) no-repeat center;width:84px;height:75px;}


.index_03 .more {float:right;padding-top:0;}
.index_03 {margin-top:45px;}
.index_03_left img {width:100%;}
.index_03_left .c1 {color:#333333;padding-bottom:20px;line-height: 2;text-align:justify;}
.index_03_left .index03-msg {color:#333333;line-height: 2;}
.index_03_left>span,
.index_03_right>span {display:block;height:65px;line-height: 40px;font-size: 28px;font-weight: bold;}
.index_03_img {width:100%;height:190px;overflow:hidden;border: 1px solid #eee;}
.index_03_img img {width:100%;height:190px;transition: 0.4s all;}
.index_03_img img:hover {transform: scale(1.05);}
.index_03_right .tit{font-size:15px;line-height: 50px;text-align:center;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
@media(max-width:767px) {
    .index_03_img {    height: 118px;}
    .index_03_img img {    height: 118px;}
    .index_03_left>span, .index_03_right>span,.index_03>.container>span {font-size:20px;}
    .index_03_right {padding-top: 20px;}
}
@media (min-width:768px) and (max-width:991px) {
    .index_03_img {height:236px;}
    .index_03_img img {height:236px;}
}
@media(min-width:768px) {
    .index_03_left {width:49%;}
    .index_03_right {width:49%;float:right;}
}
@media (min-width:992px) and (max-width:1199px) {
    .index_03_img {height:143px;}
    .index_03_img img {height:143px;}
}
@media(min-width:1200px) {
    .index_03_left .c1 {font-size:14px;}
    .index_03_left .index03-msg {font-size:14px;}
}

.index_04 {padding-top: 40px;}
.index_04 .more {float:right;padding-top:0;}
.index_04>.container>span {display:block;line-height: 40px;font-size: 28px;font-weight: bold;}
.index_04_news li {margin-top:20px;}
.index_04_news li .tit {overflow:hidden;display:block;text-overflow:ellipsis;white-space: nowrap; font-size:17px;line-height:60px;}
.index_04_news li .tit i {float:right;font-style: normal;}
.index_04_news li .con {color:#aaa;font-size: 14px;text-align: justify;display: block;line-height: 2.5rem;overflow:hidden;}
@media(max-width:767px) {
    .index_04_news li .tit {font-size:16px;}
    .index_04_news li .tit i{font-size: 12px;}
    .index_04_news li {padding-bottom: 20px;border-bottom: 1px dashed #eee;}
    .index_04_news li:last-child {margin-bottom:50px;}
}
@media (max-width:768px) {
    .index_04_news li .tit {width:100%;line-height:32px;}
    .index_04_news li .tit i {color:#aaa;display:block;float:unset;}
}
@media(min-width:768px) {
    .index_04_news li {width:49%!important;}
    .index_04_news li:last-child {float:right;}
}
@media(min-width:1200px) {
    .index_04_news {margin-left: -15px;margin-right: -15px;}
}

/*内页*/
.page {margin-top:20px;}
.page_title {width:100%;text-align:center;margin-top: 40px;}
.page_title i {display:block;width: 57px;margin:20px auto;height: 2px;background: #034e95;}
.page_des {margin-top: 20px;color:#666;}

.page_content {padding:15px;line-height: 3rem;}
.page_content img {max-width:100%!important;}
.page_content table {width:100%!important;}/*限制内容表格最大宽度*/
.page_contact ul li {text-align:left;padding: 15px;background: #fff;margin: 0 0 10px 0;font-size: 1.9rem;    border-bottom: 1px solid rgba(0,0,0,.1);}
.page_contact ul li i {background-color:#034e95;width:40px;height:40px;line-height:40px;color:#fff;border-radius:50%;margin-right: 15px;text-align: center;}

.msg_content {height:205px!important;}
.info_con {background-color: #034e95;padding: 10px;color: #fff;font-weight: bold;margin-bottom: 20px;}
.prev_page {padding-left: 0;}
.next_page {padding-right: 0;}
.prev_page:hover, .next_page:hover {}
.prev_page span,.next_page span {border:1px solid #eee;background-color:#fff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width:100%;height:100%;padding:20px;}
.prev_page span:hover, .next_page span:hover {background:#034e95;color:#fff;} 
.prev_page span a,.next_page span a {display:inline-block;width:100%;height:100%;}

.news_list li {margin-top:10px;}
.news_list li a {border-bottom: 1px dashed #ccc/*#034e95*/;transition: all 0.3s;height: 170px;background: #fff;display:block;}
.news_list li a:hover {border-bottom:none;background: #fff;box-shadow: 0 5px 5px #ccc;transform: translateY(-10px);}
.news_list_img {height: 160px; overflow: hidden;padding: 10px;text-align: center;}
.news_list_img img {height: 160px;}
.news_list_txt {position:relative;height: 160px;overflow: hidden;padding: 0 20px !important;}
.news_list_txt .t1{font-size: 1.8rem;font-weight: bold;line-height: 20px;height:20px;overflow:hidden;margin-top:20px;width: 100%;color: #000;}
.news_list_txt .t2{overflow: hidden;margin: 5px 0;height: 50px;font-size: 1.6rem;line-height: 25px;color: #666;}
.news_list_txt .t3 {font-size: 1.3rem;line-height: 30px;}

.page_type_list {display:flex;flex-flow:row wrap;padding-left:15px;padding-right:15px;width:100%;margin-bottom:20px;}
.page_type_list a {flex:1;flex-basis:33%;max-width:33%;font-size:14px;padding:5px;color:#333;line-height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.page_type_list a div {padding:0 10%;position:relative;overflow:hidden;border: 1px solid #dcdcdc;border-radius: 10px;}
.page_type_list a div:after {content:'';position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;transform:translateX(-100%);transition:transform .3s;}
.page_type_list a.active,.page_type_list a:hover {color:#FFF;}
.page_type_list a.active div:after ,.page_type_list a:hover div:after {transition:transform .3s;transform:translateX(0);background:#034e95;}
.product_list li {margin-bottom:15px;}
.product_list li:hover .product_list_tit {background:#41a742;}
.product_list_img {border: 1px solid #dcdcdc;border-bottom: none;}
.product_list_img img {transition:all 0.4s;}
.product_list_tit {background:#034e95;color: #fff;padding: 3% 5px;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow:hidden;}
.company {line-height:36px;font-size:16px;text-indent: 2rem;text-align:justify;}
.company_content {margin-top:30px;line-height:36px;font-size:16px;text-align:justify;}
.company_content img {max-width:100%!important;}
@media (max-width:767px) {
  .contact_tel {margin:0;}
  .page_contact ul li {font-size:1.6rem;padding:10px 15px;}
    .page img {max-width: 100%!important;}
    .page_content iframe {width:100%!important;}/*限制视频宽度*/
    .bdshare-slide-button {display:none!important;}/*分享按钮隐藏*/
    .max-width-600 {width:100%!important;}
    .more {font-size: 12px;}
    .news_list li {padding:0;}
    .prev_page , .next_page {padding:0;}
    .prev_page {margin-bottom:10px;}
    .page_type_list {flex-wrap:nowrap;overflow-x:auto;padding:0;padding-bottom:10px;}
    .page_type_list a {max-width:unset;min-width:140px;padding-right:5px;font-size: 13px;line-height: 24px;}
    .page_type_list a div {text-align: center;}
    .page_type_list a i {display:none;}
    .page_tag {top:0;white-space: nowrap;}
    .page_title span:first-child,.page_tag span:first-child {font-size:24px;}
    .big {font-size:3.5rem;}
    .title b {font-size:24px!important;}
}
@media(min-width:992px){
    .page_type_list a {flex-basis:25%;max-width:25%;line-height: 40px;}
    .product_list li {margin-bottom:20px;}
}
@media(min-width:1200px) {
    .product_list_tit {font-size:15px;}
    .product_list li {margin-bottom:25px;}
}

/*页面底部*/
.footer {color:#888888;background:#010101;width:100%;line-height:24px;padding-bottom:50px;margin-top:20px;position:relative;font-size:14px;}
.footer-menu {background:#034e95 url(../images/menu_bg.jpg);height:80px;display:flex;margin-top:-40px;}
.footer-menu .slide {line-height:40px;flex:1;color:#fff;text-align:center;white-space: nowrap;}
.footer-menu .slide a {display:block;position:relative;padding:20px;}
.footer-menu .slide i {position:absolute;right:0;top: 50%;transform: translateY(-50%);display: none;width:1px;height:15px;background:rgba(192,192,192,.6);}
.footer-menu .slide a:hover {background: #41a742;}
.footer_con {margin-top:20px;}
.footer_con a,.footer_con {color:#888888;}
.f_left {margin-left:-15px;color:#fff;}
.f-type {padding-left:0;}
.f-type a {color:#fff;}
.footer a:hover {color:#fff;}
.footer .wx {justify-content:flex-end;align-items:center;margin-top:30px;line-height: 16px;display:flex;align-items: center;}
.footer .wx img {height:95px;display:block;margin:0 auto;margin-left:10px;}
.page-margin {height:70px;}/*空出底部导航距离*/
#page-footer ul li {width:25%;}
.page-footer {z-index:9999;background-color: #034e95;position: fixed;bottom: 0;left:0;width: 100%;margin:0;}
.page-footer li {float:left;height:70px;line-height:50px;text-align: center;padding:10px 0;}
.page-footer li a {width:100%;height:100%;text-align:center;color:#f9f4ee;}
.page-footer li:hover {background:#000;}
.page-footer li a i{font-size: 24px;color: #f9f4ee;display: block;margin-bottom: -10px;}
#page-footer.five ul li {width:20%!important;}
.top {line-height:50px;font-size: 36px;color: #f9f4ee;}
.top_li {display:none;}
.five .top_li {display:block;}
@media (max-width:767px) {
    .product_list_tit {padding:5px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
    .company_content {font-size:12px;line-height:24px;margin-top:0;}
    .footer {padding-bottom: 25px;line-height: 35px;}
    .f_left { margin-left:0px; }
}
@media (max-width:768px) {
    .footer {padding-top: 20px;margin-top: 0;}
}
@media(min-width:768px) {
	.footer {margin-top:50px;}
}
@media(min-width:992px) {
    .footer {margin-top:40px;text-align:center;}
    .footer_con {margin-top:30px;}
}
@media (min-width:1200px) {
    .footer {margin-top:80px;line-height:30px;}
    .footer-menu .slide a {font-size:16px;}
    .container {width:1200px;}
    .footer-menu li {font-size:16px;}
    .footer_con a {text-overflow:ellipsis;white-space: nowrap;}
}
@media (min-width:1601px) {
    .footer {margin-top:110px;}
}

.info-back {float:left;line-height:60px;}
.info-back a {border-radius: 15px;text-align:center;overflow:hidden;background:#888;color:#fff;padding:5px 20px;}
.share_to {float:left;line-height:60px;}
.share_to li{display: inline-block;line-height: 30px;}
.share_to li a {font-size:22px;background:#1493d0;display: inline-block;vertical-align: middle;margin: 0 10px 0 0;color: #FFF;border-radius: 50%;text-align: center;line-height: 30px;width: 30px;height: 30px;overflow: hidden;}
.share_to li:nth-child(2n) a {background:#f40;}
.share_to li:last-child a {background:#3dc464;}
.bd_weixin_popup_foot:after {content:'　';display:block;clear:both;}


.pro-n {    font-size: 16px;line-height: 3rem;}
.pro-img-a {display:block;border:1px solid #eee;}
.pro-img-a img {border:1px solid #f5f5f5;}
.pro-info-message h4{color:#282828;font-size:22px;line-height:50px;position:relative}
.pro-info-message h4:after{width:10%;height:2px;background:#034e95;position:absolute;left:0;bottom:0;content:''}
.pro-info-message p{font-size:14px;line-height:35px;color:#034e95;padding:3% 0;border-bottom:solid 1px rgba(0,0,0,.1)}
.pro-info-message p b {font-size:20px;}
.pro-info-message p span {font-size:16px;}
.pro-info-message p span em {color:#f40;}
.pro-info-con-tit {background: #eee;line-height: 45px;margin: 15px auto;}
.pro-info-con-tit span {background: #034e95;width:35%;margin-left:-15px;display: block;text-align: center;line-height: 45px;color: #fff;font-size: 16px;}
.pro-n-n {overflow:hidden;}
.pro-n-n table {width:100%!important;max-width:100%!important;}
a.car-btn,a.contact-btn {color:#fff!important;font-size:14px;width: 100%;}
.car-btn,.contact-btn {margin-top:10px;background-color: #034e95;border-color: #034e95;
	display: inline-block;font-weight: 400;text-align: center;white-space: nowrap;vertical-align: middle;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;border: 1px solid transparent;
}
.hot_img {border: 1px solid #dcdcdc;}
/*小图样式*/
.img-list-slide {box-sizing: border-box;padding:5px;margin-top: 10px;}
.img-list-slide img {max-width:100%;}
.img-list-slide img.active {border:2px solid #034e95;}
/*小图样式*/

.index-product div {background:#fff!important;color:#000!important;}